Vcenter Vm Hardware Serial BackingSpec

Vcenter Vm Hardware Serial BackingSpec
Vcenter Vm Hardware Serial BackingSpec

The Vcenter Vm Hardware Serial BackingSpec schema provides a specification of the physical resource backing a virtual serial port.

JSON Example
{
    "type": "string",
    "file": "string",
    "host_device": "string",
    "pipe": "string",
    "no_rx_loss": false,
    "network_location": "string",
    "proxy": "string"
}
string
type
Required

Backing type for the virtual serial port.

For more information see: Vcenter Vm Hardware Serial BackingType.

string
file
Optional

Path of the file backing the virtual serial port.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Serial BackingType.FILE.

string
host_device
Optional

Name of the device backing the virtual serial port.

If missing or null, the virtual serial port will be configured to automatically detect a suitable host device.

string
pipe
Optional

Name of the pipe backing the virtual serial port.

This property is optional and it is only relevant when the value of type is one of Vcenter Vm Hardware Serial BackingType.PIPE_SERVER or Vcenter Vm Hardware Serial BackingType.PIPE_CLIENT.

boolean
no_rx_loss
Optional

Flag that enables optimized data transfer over the pipe. When the value is true, the host buffers data to prevent data overrun. This allows the virtual machine to read all of the data transferred over the pipe with no data loss.

If missing or null, defaults to false.

string As uri As uri
network_location
Optional

URI specifying the location of the network service backing the virtual serial port.

  • If Vcenter Vm Hardware Serial BackingSpec.type is Vcenter Vm Hardware Serial BackingType.NETWORK_SERVER, this property is the location used by clients to connect to this server. The hostname part of the URI should either be empty or should specify the address of the host on which the virtual machine is running.
  • If Vcenter Vm Hardware Serial BackingSpec.type is Vcenter Vm Hardware Serial BackingType.NETWORK_CLIENT, this property is the location used by the virtual machine to connect to the remote server.

This property is optional and it is only relevant when the value of type is one of Vcenter Vm Hardware Serial BackingType.NETWORK_SERVER or Vcenter Vm Hardware Serial BackingType.NETWORK_CLIENT.

string As uri As uri
proxy
Optional

Proxy service that provides network access to the network backing. If set, the virtual machine initiates a connection with the proxy service and forwards the traffic to the proxy.

If missing or null, no proxy service should be used.